home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / utility / blrmu13.zip / CCC.DOC < prev    next >
Text File  |  1991-04-18  |  1KB  |  46 lines

  1. *-------------------------------
  2. *   CCC.DOC
  3. *-------------------------------
  4. *   CCC = Color Change Command
  5. *-------------------------------
  6.  
  7.     CCC is a utility which changes screen colors
  8.     for foreground, background, border(*),
  9.     by command line.
  10.  
  11.     syntax : ccc f=nn,b=nn,e=nn
  12.  
  13.     where f = foreground
  14.     where b = background
  15.     where e = edge (border)
  16.  
  17.     and
  18.  
  19.     nn = 00 - 15
  20.  
  21.  
  22.     if no command line is present;
  23.     the default is:
  24.  
  25.     yellow foreground
  26.     brown background
  27.     brown edge
  28.  
  29. *----------------------------------------------------
  30.     Color Chart
  31.  
  32.   Black    = 00   Light Black    = 08
  33.   Blue     = 01   Light Blue     = 09
  34.   Green    = 02   Light Green    = 10
  35.   Cyan     = 03   Light Cyan     = 11
  36.   Red      = 04   Light Red      = 12
  37.   Magenta  = 05   Light Magenta  = 13
  38.   Brown    = 06   Light Brown    = 14     ( Yellow )
  39.   White    = 07   Light White    = 15
  40. *----------------------------------------------------
  41.  
  42.   (*) = except on ega
  43.  
  44.   Bud Rasmussen
  45.   04/18/91
  46.